home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Organise / _SETUP.1 / Epoch Organiser 3.0.exe / 0 / RCDATA / TPRESETEDITFORM / TPRESETEDITFORM.txt
Text File  |  1998-01-25  |  3KB  |  181 lines

  1. object PresetEditForm: TPresetEditForm
  2.   Left = 84
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preset List Editor'
  6.   ClientHeight = 130
  7.   ClientWidth = 450
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 254
  19.     Top = 12
  20.     Width = 26
  21.     Height = 13
  22.     Caption = 'Label'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 254
  26.     Top = 37
  27.     Width = 29
  28.     Height = 13
  29.     Caption = 'Image'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 255
  33.     Top = 64
  34.     Width = 3
  35.     Height = 13
  36.     WordWrap = True
  37.   end
  38.   object YearRG: TRadioGroup
  39.     Left = 140
  40.     Top = 4
  41.     Width = 109
  42.     Height = 121
  43.     Caption = 'Preset Year'
  44.     ItemIndex = 0
  45.     Items.Strings = (
  46.       'Calendar Year'
  47.       'Last Year'
  48.       'This Year'
  49.       'Next Year'
  50.       'Next Occurence')
  51.     TabOrder = 0
  52.   end
  53.   object GroupBox2: TGroupBox
  54.     Left = 4
  55.     Top = 4
  56.     Width = 130
  57.     Height = 121
  58.     Caption = 'Preset Day && Month'
  59.     TabOrder = 1
  60.     object DayList: TListBox
  61.       Left = 8
  62.       Top = 16
  63.       Width = 42
  64.       Height = 97
  65.       ItemHeight = 13
  66.       Items.Strings = (
  67.         '1st'
  68.         '2nd'
  69.         '3rd'
  70.         '4th'
  71.         '5th'
  72.         '6th'
  73.         '7th'
  74.         '8th'
  75.         '9th'
  76.         '10th'
  77.         '11th'
  78.         '12th'
  79.         '13th'
  80.         '14th'
  81.         '15th'
  82.         '16th'
  83.         '17th'
  84.         '18th'
  85.         '19th'
  86.         '20th'
  87.         '21st'
  88.         '22nd'
  89.         '23rd'
  90.         '24th'
  91.         '25th'
  92.         '26th'
  93.         '27th'
  94.         '28th'
  95.         '29th'
  96.         '30th'
  97.         '31st')
  98.       TabOrder = 0
  99.     end
  100.     object MonthList: TListBox
  101.       Left = 57
  102.       Top = 16
  103.       Width = 65
  104.       Height = 97
  105.       ItemHeight = 13
  106.       Items.Strings = (
  107.         'January'
  108.         'February'
  109.         'March'
  110.         'April'
  111.         'May'
  112.         'June'
  113.         'July'
  114.         'August'
  115.         'September'
  116.         'October'
  117.         'November'
  118.         'December')
  119.       TabOrder = 1
  120.     end
  121.   end
  122.   object HintEdit: TEdit
  123.     Left = 286
  124.     Top = 10
  125.     Width = 160
  126.     Height = 21
  127.     TabOrder = 2
  128.     OnChange = HintEditChange
  129.   end
  130.   object Browsebtn: TBitBtn
  131.     Left = 421
  132.     Top = 34
  133.     Width = 26
  134.     Height = 22
  135.     Hint = 'Select Image'
  136.     ParentShowHint = False
  137.     ShowHint = True
  138.     TabOrder = 3
  139.     OnClick = BrowsebtnClick
  140.     NumGlyphs = 2
  141.   end
  142.   object ImageEdit: TEdit
  143.     Left = 286
  144.     Top = 35
  145.     Width = 135
  146.     Height = 21
  147.     Cursor = crArrow
  148.     Hint = 'Reset Image To Default'
  149.     ParentShowHint = False
  150.     ReadOnly = True
  151.     ShowHint = True
  152.     TabOrder = 4
  153.     OnClick = ImageEditClick
  154.   end
  155.   object OKbtn: TBitBtn
  156.     Left = 256
  157.     Top = 102
  158.     Width = 52
  159.     Height = 23
  160.     TabOrder = 5
  161.     Kind = bkOK
  162.   end
  163.   object Helpbtn: TBitBtn
  164.     Left = 396
  165.     Top = 102
  166.     Width = 52
  167.     Height = 23
  168.     TabOrder = 6
  169.     OnClick = HelpbtnClick
  170.     Kind = bkHelp
  171.   end
  172.   object Cancelbtn: TBitBtn
  173.     Left = 318
  174.     Top = 102
  175.     Width = 68
  176.     Height = 23
  177.     TabOrder = 7
  178.     Kind = bkCancel
  179.   end
  180. end
  181.